home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 January / EnterCD 1_2002.iso / Internet / HomeSite 5.0 / HomeSite_5_Trial_Installer.exe / data1.cab / Extensions / Includes / tcXHTML.inc < prev    next >
Encoding:
Text File  |  2001-10-11  |  35.4 KB  |  200 lines

  1. <!-- Copyright  (c) 1997-2001 Macromedia, Inc. All Rights Reserved. Consult Software License Agreement for more details -->
  2. <!-- version 1.0 - 2001-06-05 -->
  3. <CAT CAPTION="XHTML Tags" DESC='The collection of <FONT COLOR="#FF0000"><B>all</B></FONT> Extensible HyperText Markup Language (XHTML) tags.'>
  4.  
  5.   <CAT CAPTION="Elements in the Strict Model" ICON="Images/strict_16.bmp" DESC='Tags that are defined in the <B>strict</B> DTD'>
  6.     <CAT CAPTION="Document structure" ICON="Elements" DESC='Tags that describe the main <B>structure</B> of a document'>
  7.         <CAT CAPTION="General" ICON="Images/General.bmp" DESC='Tags that describe the main <B>structure</B> of a document'>
  8.             <E CAPTION="body"            VALUE='<body'        DESC='<B><body</B> <B>bgcolor</B>="#hexvalue|colorname" <B>background</B>="imageurl" <B>text</B>="#hexvalue|colorname" <B>link</B>="#hexvalue|colorname" <B>vlink</B>="#hexvalue|colorname" <B>alink</B>="#hexvalue|colorname" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  9.             <E CAPTION="head"            VALUE='<xhtml:head'        DESC='<B><head></head></B>'/>
  10.             <E CAPTION="html"            VALUE='<xhtml:html'        DESC='<B><html></html></B>'/>
  11.         </CAT>
  12.     </CAT>
  13.  
  14.     <CAT CAPTION="Head Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that can be placed in the head section'>
  15.         <CAT CAPTION="General" ICON="Images/General.bmp" DESC='Tags that have a general function but are not (directly) rendered on the page'>
  16.             <E CAPTION="base"            VALUE='<xhtml:base'            DESC='<B><base</B> <B>href</B>="location" <B>target</B>="target"<B>></B>'/>
  17.             <E CAPTION="link"            VALUE='<xhtml:link'            DESC='<B><link</B> <B>href</B>="location" <B>type</B>="text/css|text/javascript" <B>rel</B>="(alternate|stylesheet|start|next|prev|contents|index|glossary|copyright|chapter|section|subsection|appendix|help|bookmark)+" <B>rev</B>="(alternate|stylesheet|start|next|prev|contents|index|glossary|copyright|chapter|section|subsection|appendix|help|bookmark)+" <B>media</B>="mediatypes" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  18.             <E CAPTION="meta (HTML)"    VALUE='<meta'                DESC='<B><meta</B> <B>http-equiv</B>="refresh" <B>content</B>="number; url=url"<B></B>></B><BR><BR><B><meta name</B>="description|expires|reply-to|keywords|pics-label" <B>content</B>="text" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  19.             <E CAPTION="object (HTML)"    VALUE='<object'                DESC='<B><object</B> <B>classid</B>="classid" <B>codebase</B>="location" <B>codetype</B>="screen|tty|tv|projection|handheld|print|braille|aural|all" <B>data</B>="location" <B>type</B>="screen|tty|tv|projection|handheld|print|braille|aural|all" <B>archive</B>="archiveurl" <B>declare</B> <B>width</B>="pixels" <B>height</B>="pixels" <B>hspace</B>="pixels" <B>vspace</B>="pixels" align</B>="left|right|top|middle|bottom"<B> <B>border</B>="pixels" <B>name</B>="name" <B>standby</B>="text" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></object></B>'/>
  20.             <E CAPTION="script"            VALUE='<xhtml:script'        DESC='<B><script</B> <B>type</B>="text/css|text/javascript|..." <B>language</B>="langname" <B>src</B>="location"<B>></script></B>'/>
  21.             <E CAPTION="style"            VALUE='<xhtml:style'        DESC='<B><style</B> <B>type</B>="text/css|text/javascript" <B>media</B>="mediatype" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></style></B>'/>
  22.             <E CAPTION="title"            VALUE='<xhtml:title'         DESC='<B><title></title></B>'/>
  23.         </CAT>
  24.     </CAT>
  25.  
  26.     <CAT CAPTION="Inline Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that are defined as inline elements'>
  27.         <CAT CAPTION="Phrase" ICON="Images/General.bmp" DESC='Tags that describe the <B>semantics</B> of a phrase'>
  28.             <E CAPTION="abbr"            VALUE='<xhtml:abbr'        DESC='<B><abbr</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></acronym></B>'/>
  29.             <E CAPTION="acronym"        VALUE='<xhtml:acronym'    DESC='<B><acronym</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></acronym></B>'/>
  30.             <E CAPTION="cite"            VALUE='<xhtml:cite'        DESC='<B><cite</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></cite></B>'/>
  31.             <E CAPTION="code"            VALUE='<xhtml:code'        DESC='<B><code</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></code></B>'/>
  32.             <E CAPTION="dfn"            VALUE='<xhtml:dfn'        DESC='<B><dfn</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></dfn></B>'/>
  33.             <E CAPTION="em"                VALUE='<xhtml:em'            DESC='<B><em</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></em></B>'/>
  34.             <E CAPTION="kbd"            VALUE='<xhtml:kbd'        DESC='<B><kbd</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></kbd></B>'/>
  35.             <E CAPTION="q"                VALUE='<xhtml:q'            DESC='<B><q</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></q></B>'/>
  36.             <E CAPTION="samp"            VALUE='<xhtml:samp'        DESC='<B><samp</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></samp></B>'/>
  37.             <E CAPTION="strong"            VALUE='<xhtml:strong'        DESC='<B><strong</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></strong></B>'/>
  38.             <E CAPTION="sub"            VALUE='<xhtml:sub'        DESC='<B><sub</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></sub></B>'/>
  39.             <E CAPTION="sup"            VALUE='<xhtml:sup'        DESC='<B><sup</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></sup></B>'/>
  40.             <E CAPTION="var"            VALUE='<xhtml:var'        DESC='<B><var</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></var></B>'/>
  41.         </CAT>
  42.         <CAT CAPTION="Fontstyle" ICON="Images/General.bmp" DESC='Tags that describe the <B>styling</B> of inline content, without indicating semantics'>
  43.             <E CAPTION="tt"            VALUE='<xhtml:tt'            DESC='<B><tt</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></tt></B>'/>
  44.             <E CAPTION="i"            VALUE='<xhtml:i'            DESC='<B><i</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></i></B>'/>
  45.             <E CAPTION="b"            VALUE='<xhtml:b'            DESC='<B><b</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></b></B>'/>
  46.             <E CAPTION="big"        VALUE='<xhtml:big'            DESC='<B><big</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></big></B>'/>
  47.             <E CAPTION="small"        VALUE='<xhtml:small'        DESC='<B><small</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></small></B>'/>
  48.         </CAT>
  49.         <CAT CAPTION="Special" ICON="Images/General.bmp" DESC='Tags with a special function'>
  50.             <E CAPTION="bdo"            VALUE='<xhtml:bdo'        DESC='<B><bdo</B> <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"</B>>;</bdo></B>'/>
  51.             <E CAPTION="br"                VALUE='<xhtml:br'        DESC='<B><br</B> <B>clear</B>="none|left|right|all" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"</B>></B>'/>
  52.             <E CAPTION="img"            VALUE='<img'            DESC='<B><img</B> <B>src</B>="imageurl" <B>alt</B>="text" <B>width</B>="pixels|percentage" <B>height</B>="pixels|percentage" <B>hspace</B>="pixels" <B>vspace</B>="pixels" <B>border</B>="pixels" <B>align</B>="left|right|top|middle|bottom" <B>usemap</B>="url" <B>longdesc</B>="url" <B>ismap</B> <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  53.             <E CAPTION="map"            VALUE='<xhtml:map'        DESC='<B><map</B> <B>name</B>="mapfile" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></map></B>'/>
  54.             <E CAPTION="object (HTML)"    VALUE='<object'        DESC='<B><object</B> <B>classid</B>="classid" <B>codebase</B>="location" <B>codetype</B>="screen|tty|tv|projection|handheld|print|braille|aural|all" <B>data</B>="location" <B>type</B>="screen|tty|tv|projection|handheld|print|braille|aural|all" <B>archive</B>="archiveurl" <B>declare</B> <B>width</B>="pixels" <B>height</B>="pixels" <B>hspace</B>="pixels" <B>vspace</B>="pixels" align</B>="left|right|top|middle|bottom"<B> <B>border</B>="pixels" <B>name</B>="name" <B>standby</B>="text" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></object></B>'/>
  55.             <E CAPTION="span"            VALUE='<xhtml:span'        DESC='<B><span</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></span></B>'/>
  56.         </CAT>
  57.         <CAT CAPTION="Hyperlinking" ICON="Images/General.bmp" DESC='Tag to create a hyperlink'>
  58.             <E CAPTION="a"                VALUE='<a'                        DESC='<B><a</B> <B>name</B>="text" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B><BR><BR><B><a <B>href</B>="location|mailto:emailaddress" <B>target</B>="frame_name|window_name" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></a></B>'/>
  59.             <E CAPTION="mailto (a) (HTML)"        VALUE='<mailto'            DESC='<B><a</B> <B>href</B>="mailto:emailaddress?subject=subject text" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></a></B>'/>
  60.         </CAT>
  61.         <CAT CAPTION="Forms" ICON="Images/General.bmp" DESC='Tags to define input <B>forms</B>'>
  62.             <E CAPTION="button (HTML)"            VALUE='<button'        DESC='<B><button</B> <B>name</B>="name" <B>value</B>="value"<B> <B>type</B>="submit|reset|button" <B>disabled</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></button></B>'/>
  63.             <E CAPTION="input (HTML)"                    VALUE='<input'        DESC='<B><input</B> <B>type</B>="text|password" <B>name</B>="name" <B>value</B>="value"<B> <B>align</B>="left|center|right|justify" <B>size</B>="number" <B>maxlength</B>="number" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B><BR><BR><B><input</B> <B>type</B>="radio|checkbox" <B>name</B>="name" <B>value</B>="value" <B>checked</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B><BR><BR><B><input</B> <B>type</B>="image" <B>name</B>="name" <B>value</B>="value" <B>src</B>="location" <B>border</B>="pixels" <B>align</B>="left|center|right|justify" <B>width</B>="pixels" <B>height</B>="pixels" <B>hspace</B>="pixels" <B>vspace</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B><BR><BR><B><input</B> <B>type</B>="file" <B>name</B>="name" <B>value</B>="value" <B>accept</B>="mimetypes" <B>align</B>="left|center|right|justify" <B>size</B>="number" <B>maxlength</B>="number" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B><BR><BR><B><input</B> <B>type</B>="hidden" <B>name</B>="name" <B>value</B>="value"<B>></B><BR><BR><B><input</B> <B>type</B>="button|submit|reset" <B>name</B>="name" <B>value</B>="value" <B>align</B>="left|center|right|justify" <B>width</B>="pixels" <B>height</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  64.             <E CAPTION='input type="Text"'        VALUE='<input type="Text"'        DESC='<B><input</B> <B>type</B>="text" <B>name</B>="name" <B>value</B>="value"<B> <B>align</B>="left|center|right|justify" <B>size</B>="number" <B>maxlength</B>="number" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  65.             <E CAPTION='input type="Password"'    VALUE='<input type="Password"'    DESC='<B><input</B> <B>type</B>="password" <B>name</B>="name" <B>value</B>="value"<B> <B>align</B>="left|center|right|justify" <B>size</B>="number" <B>maxlength</B>="number" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  66.             <E CAPTION='input type="Radio"'        VALUE='<input type="Radio"'        DESC='<B><input</B> <B>type</B>="radio" <B>name</B>="name" <B>value</B>="value" <B>checked</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  67.             <E CAPTION='input type="Checkbox"'    VALUE='<input type="Checkbox"'    DESC='<B><input</B> <B>type</B>="checkbox" <B>name</B>="name" <B>value</B>="value" <B>checked</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  68.             <E CAPTION='input type="Image"'        VALUE='<input type="Image"'        DESC='<B><input</B> <B>type</B>="image" <B>name</B>="name" <B>value</B>="value" <B>src</B>="location" <B>border</B>="pixels" <B>align</B>="left|center|right|justify" <B>width</B>="pixels" <B>height</B>="pixels" <B>hspace</B>="pixels" <B>vspace</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  69.             <E CAPTION='input type="File"'        VALUE='<input type="File"'        DESC='<B><input</B> <B>type</B>="file" <B>name</B>="name" <B>value</B>="value" <B>accept</B>="mimetypes" <B>align</B>="left|center|right|justify" <B>size</B>="number" <B>maxlength</B>="number" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  70.             <E CAPTION='input type="Hidden"'    VALUE='<input type="Hidden"'    DESC='<B><input</B> <B>type</B>="hidden" <B>name</B>="name" <B>value</B>="value" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  71.             <E CAPTION='input type="Button"'    VALUE='<input type="Button"'    DESC='<B><input</B> <B>type</B>="button" <B>name</B>="name" <B>value</B>="value" <B>align</B>="left|center|right|justify" <B>width</B>="pixels" <B>height</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  72.             <E CAPTION='input type="Submit"'    VALUE='<input type="Submit"'    DESC='<B><input</B> <B>type</B>="submit" <B>name</B>="name" <B>value</B>="value" <B>align</B>="left|center|right|justify" <B>width</B>="pixels" <B>height</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  73.             <E CAPTION='input type="Reset"'        VALUE='<input type="Reset"'        DESC='<B><input</B> <B>type</B>="reset" <B>name</B>="name" <B>value</B>="value" <B>align</B>="left|center|right|justify" <B>width</B>="pixels" <B>height</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  74.             <E CAPTION="label"                    VALUE='<xhtml:label'        DESC='<B><label</B> <B>for</B>="forwhat"</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></label></B>'/>
  75.             <E CAPTION="select"                    VALUE='<xhtml:select'        DESC='<B><select</B> <B>name</B>="name" <B>size</B>="number" <B>multiple</B> <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></select></B>'/>
  76.             <E CAPTION="textarea (HTML)"        VALUE='<textarea'            DESC='<B><textarea</B> <B>name</B>="name" <B>cols</B>="number" <B>rows</B>="number" <B>wrap</B>="off|soft|hard" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></textarea></B>'/>
  77.         </CAT>
  78.     </CAT>
  79.  
  80.     <CAT CAPTION="Block-level Elements" ICON="Elements" DESC='Structural tags that define <B>elements</B> that are defined as blocks'>
  81.         <CAT CAPTION="Structure" ICON="Images/General.bmp" DESC='Tags that define the <B>structure</B> of the page content'>
  82.             <E CAPTION="address"        VALUE='<xhtml:address'    DESC='<B><address</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></address></B>'/>
  83.             <E CAPTION="blockquote"        VALUE='<xhtml:blockquote'    DESC='<B><blockquote</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></blockquote></B>'/>
  84.             <E CAPTION="div"            VALUE='<xhtml:div'        DESC='<B><div</B> <B>align</B>="left|center|right|justify"</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"></div></B>'/>
  85.             <E CAPTION="h1"                VALUE='<xhtml:h1'            DESC='<B><h1</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></h1></B>'/>
  86.             <E CAPTION="h2"                VALUE='<xhtml:h2'            DESC='<B><h2</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></h2></B>'/>
  87.             <E CAPTION="h3"                VALUE='<xhtml:h3'            DESC='<B><h3</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></h3></B>'/>
  88.             <E CAPTION="h4"                VALUE='<xhtml:h4'            DESC='<B><h4</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></h4></B>'/>
  89.             <E CAPTION="h5"                VALUE='<xhtml:h5'            DESC='<B><h5</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></h5></B>'/>
  90.             <E CAPTION="h6"                VALUE='<xhtml:h6'            DESC='<B><h6</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></h6></B>'/>
  91.             <E CAPTION="hr"                VALUE='<xhtml:hr'            DESC='<B><hr</B> <B>align</B>="left|center|right" <B>width</B>="pixels|percentage" <B>size</B>="pixels" <B>color</B>="#hexvalue|colorname"<B> <B>noshade</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B>'/>
  92.             <E CAPTION="p"                VALUE='<xhtml:p'            DESC='<B><p</B> <B>align</B>="left|center|right|justify" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></p></B>'/>
  93.             <E CAPTION="pre"            VALUE='<xhtml:pre'        DESC='<B><pre</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></pre></B>'/>
  94.         </CAT>
  95.         <CAT CAPTION="Lists" ICON="Images/General.bmp" DESC='Tags for the definition of <B>lists</B>; part of the current standard and not deprecated'>
  96.             <E CAPTION="dl"        VALUE='<xhtml:dl'        DESC='<B><dl</B> <B>compact</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></dl></B>'/>
  97.             <E CAPTION="ol"        VALUE='<xhtml:ol'        DESC='<B><ol</B> <B>start</B>="number" <B>type</B>="1|a|a|i|i" <B>compact</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></ol></B>'/>
  98.             <E CAPTION="ul"        VALUE='<xhtml:ul'        DESC='<B><ul</B> <B>type</B>="1|a|a|i|i" <B>compact</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></ul></B>'/>
  99.         </CAT>
  100.         <CAT CAPTION="Tables" ICON="Images/General.bmp" DESC='Tags to define <B>table layout</B>'>
  101.             <E CAPTION="table"        VALUE='<xhtml:table'        DESC='<B><table</B> <B>width</B>="pixels|percentage" <B>border</B>="pixels" <B>align</B>="left|center|right" <B>bgcolor</B>="#hexvalue|colorname" <B>cellpadding</B>="pixels" <B>cellspacing</B>="pixels" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>summary</B>="summary" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></table></B>'/>
  102.         </CAT>
  103.         <CAT CAPTION="Forms" ICON="Images/General.bmp" DESC='Tags to define input <B>forms</B>'>
  104.             <E CAPTION="fieldset"            VALUE='<xhtml:fieldset'    DESC='<B><fieldset</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></fieldset></B>'/>
  105.         </CAT>
  106.     </CAT>
  107.  
  108.     <CAT CAPTION="Other Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that not defined as either inline or block'>
  109.         <CAT CAPTION="Lists" ICON="Images/General.bmp" DESC='Tags for the definition of <B>lists</B>'>
  110.             <E CAPTION="dd"        VALUE='<xhtml:dd'        DESC='<B><dd</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></dd></B>'/>
  111.             <E CAPTION="dt"        VALUE='<xhtml:dt'        DESC='<B><dt</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></dt></B>'/>
  112.             <E CAPTION="li"        VALUE='<xhtml:li'        DESC='<B><li</B> <B>value</B>="number" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></li></B>'/>
  113.         </CAT>
  114.         <CAT CAPTION="Tables" ICON="Images/General.bmp" DESC='Tags to define <B>table layout</B>'>
  115.             <E CAPTION="caption"    VALUE='<xhtml:caption'    DESC='<B><caption</B> <B>align</B>="top|bottom|left|right"</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></caption></B>'/>
  116.             <E CAPTION="col"        VALUE='<xhtml:col'        DESC='<B><col</B> <B>align</B>="left|center|right|justify" <B>valign</B>="top|middle|bottom|baseline" <B>span</B>="number"</B> <B>width</B>="x1,x2,..." <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  117.             <E CAPTION="colgroup"    VALUE='<xhtml:colgroup'    DESC='<B><colgroup</B> <B>align</B>="left|center|right|justify" <B>valign</B>="top|middle|bottom|baseline" <B>span</B>="number"</B> <B>width</B>="x1,x2,..." <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></colgroup></B>'/>
  118.             <E CAPTION="tbody"        VALUE='<xhtml:tbody'        DESC='<B><tbody</B> <B>align</B>="left|center|right|justify|char"<B> <B>valign</B>="top|middle|bottom|baseline" <B>bgcolor</B>="#hexvalue|colorname" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></tbody></B>'/>
  119.             <E CAPTION="td"            VALUE='<xhtml:td'            DESC='<B><td</B> <B>width</B>="pixels|percentage" <B>height</B>="pixels|percentage" <B>colspan</B>="number" <B>rowspan</B>="number" <B>align</B>="left|center|right|justify|char" <B>valign</B>="top|middle|bottom|baseline" <B>nowrap</B> <B>bgcolor</B>="#hexvalue|colorname" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></td></B>'/>
  120.             <E CAPTION="th"            VALUE='<xhtml:th'            DESC='<B><th</B> <B>width</B>="pixels|percentage" <B>height</B>="pixels|percentage" <B>colspan</B>="number" <B>rowspan</B>="number" <B>align</B>="left|center|right|justify|char" <B>valign</B>="top|middle|bottom|baseline" <B>nowrap</B> <B>bgcolor</B>="#hexvalue|colorname" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></th></B>'/>
  121.             <E CAPTION="thead"        VALUE='<xhtml:thead'        DESC='<B><thead</B> <B>align</B>="left|center|right|justify|char"<B> <B>valign</B>="top|middle|bottom|baseline" <B>bgcolor</B>="#hexvalue|colorname" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></thead></B>'/>
  122.             <E CAPTION="tfoot"        VALUE='<xhtml:tfoot'        DESC='<B><tfoot</B> <B>align</B>="left|center|right|justify|char"<B> <B>valign</B>="top|middle|bottom|baseline" <B>bgcolor</B>="#hexvalue|colorname" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></tfoot></B>'/>
  123.             <E CAPTION="tr"            VALUE='<xhtml:tr'            DESC='<B><tr</B> <B>align</B>="left|center|right|justify|char" <B>valign</B>="top|middle|bottom|baseline" <B>nowrap</B> <B>bgcolor</B>="#hexvalue|colorname" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></tr></B>'/>
  124.         </CAT>
  125.         <CAT CAPTION="Forms" ICON="Images/General.bmp" DESC='Tags to define input <B>forms</B>'>
  126.             <E CAPTION="form"            VALUE='<xhtml:form'        DESC='<B><form</B> <B>action</B>="location" <B>method</B>="post|get" <B>enctype</B>="mimetype" <B>target</B>="frame_name|window_name" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></form></B>'/>
  127.             <E CAPTION="legend"            VALUE='<xhtml:legend'        DESC='<B><legend</B> <B>align</B>="left|right|top|bottom" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></legend></B>'/>
  128.             <E CAPTION="option"            VALUE='<xhtml:option'        DESC='<B><option</B> <B>value</B>="option_value" <B>selected</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>option_text<B></option></B>'/>
  129.         </CAT>
  130.         <CAT CAPTION="Other" ICON="Images/General.bmp" DESC='Tags to define other elements'>
  131.             <E CAPTION="area"                    VALUE='<xhtml:area'        DESC='<B><area</B> <B>shape</B>="rect|circle|poly|default" <B>coords</B>="x1,y1,x2,y2|x,y,r|x1,y1,x2,y2,x3,y3..." <B>href</B>="url" <B>target</B>="frame_name|window_name" <B>nohref</B> <B>alt</B>="text" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>accesskey</B>="key" <B>tabindex</B>="number" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></B>'/>
  132.             <E CAPTION="param (HTML Object)"    VALUE='<param'        DESC='<B><param</B> <B>name</B>="name" <B>value</B>="value" <B>valuetype</B>="data|ref|object" <B>type</B>="mimetype" <B>id</B>="id"<B>></B>'/>
  133.         </CAT>
  134.     </CAT>
  135.  
  136.     <CAT CAPTION="Misc Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that can occur at block or inline level'>
  137.         <CAT CAPTION="Versioning" ICON="Images/General.bmp" DESC='Tags that describe changes made to the document'>
  138.             <E CAPTION="del"            VALUE='<xhtml:del'        DESC='<B><del</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></del></B>'/>
  139.             <E CAPTION="ins"            VALUE='<xhtml:ins'        DESC='<B><ins</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></ins></B>'/>
  140.         </CAT>
  141.         <CAT CAPTION="Scripting" ICON="Images/General.bmp" DESC='Tags that define a <B>script</B> or an alternative'>
  142.             <E CAPTION="script"        VALUE='<xhtml:script'        DESC='<B><script</B> <B>type</B>="text/css|text/javascript|..." <B>language</B>="langname" <B>src</B>="location"<B>></script></B>'/>
  143.             <E CAPTION="noscript"    VALUE='<xhtml:noscript'        DESC='<B><noscript></B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></noscript></B>'/>
  144.         </CAT>
  145.     </CAT>
  146.   </CAT>
  147.  
  148.   <CAT CAPTION="Elements in the Transitional model" ICON="Images/trans_16.bmp" DESC='Additional tags that are defined in the <B>transitional</B> (but not the strict) DTD'>
  149.     <CAT CAPTION="Head Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that can be placed in the head section'>
  150.         <CAT CAPTION="Block-level Elements" ICON="Elements" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags that define <B>elements</B> that are defined as blocks</FONT>'>
  151.             <CAT CAPTION="Forms" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags to define input <B>forms</B></FONT>'>
  152.                 <E CAPTION="<isindex/>"    VALUE='<isindex />'    DESC='<FONT COLOR="#660000"><B><isindex /></B></FONT>'/>
  153.             </CAT>
  154.         </CAT>
  155.     </CAT>
  156.  
  157.     <CAT CAPTION="Inline Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that are defined as blocks'>
  158.         <CAT CAPTION="Fontstyle" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags that describe the <B>styling</B> of inline content, without indicating semantics</FONT>'>
  159.             <E CAPTION="basefont"        VALUE='<xhtml:basefont'    DESC='<FONT COLOR="#660000"><B><basefont</B> <B>face</B>="fontname1,fontname2,..."  <B>color</B>="#hexvalue|colorname" <B>size</B>="value" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B></FONT>'/>
  160.             <E CAPTION="font"            VALUE='<xhtml:font'        DESC='<FONT COLOR="#660000"><B><font</B> <B>size</B>="+value|-value|value" <B>color</B>="#hexvalue|colorname" <B>face</B>="fontname1,fontname2,..." <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title" <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"<B>></font></B></FONT>'/>
  161.             <E CAPTION="s"                VALUE='<xhtml:s'            DESC='<FONT COLOR="#660000"><B><s></s></B></FONT>'/>
  162.             <E CAPTION="strike"            VALUE='<xhtml:strike'        DESC='<FONT COLOR="#660000"><B><strike></strike></B></FONT>'/>
  163.             <E CAPTION="u"                VALUE='<xhtml:u'            DESC='<FONT COLOR="#660000"><B><u></u></B></FONT>'/>
  164.         </CAT>
  165.         <CAT CAPTION="Special" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags with a special function</FONT>'>
  166.             <E CAPTION="applet (HTML)"    VALUE='<applet'        DESC='<FONT COLOR="#660000"><B><applet</B> <B>code</B>="class file location" <B>codebase</B>="location" <B>name</B>="name" <B>alt</B>="text" <B>archive</B>="archiveurl" <B>align</B>="left|right|top|middle|bottom" <B>width</B>="pixels" <B>height</B>="pixels" <B>hspace</B>="pixels" <B>vspace</B>="pixels"<B></B>></applet></B></FONT>'/>
  167.             <E CAPTION="iframe"            VALUE='<xhtml:iframe'        DESC='<FONT COLOR="#660000"><B><iframe</B> <B>src</B>="documenturl" <B>name</B>="name" <B>width</B>="pixels" <B>height</B>="pixels" <B>marginwidth</B>="pixels" <B>marginheight</B>="pixels" <B>align</B>="left|top|right|middle|bottom" <B>scrolling</B>="auto|yes|no" <B>frameborder</B>="0|1"<B>></iframe></B></FONT>'/>
  168.         </CAT>
  169.     </CAT>
  170.  
  171.     <CAT CAPTION="Block-level Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that are defined as blocks'>
  172.         <CAT CAPTION="Positioning" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags that define <B>elements</B> determine positioning of other elements on a page</FONT>'>
  173.             <E CAPTION="<center></center>"    VALUE='<center></center>'    DESC='<FONT COLOR="#660000"><B><center></center></B></FONT>'/>
  174.         </CAT>
  175.     </CAT>
  176.  
  177.     <CAT CAPTION="Other Elements" ICON="Elements" DESC='Tags that define <B>elements</B> that not defined as either inline or block'>
  178.         <CAT CAPTION="Frames" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags that describe frames or an alternative in a document</FONT>'>
  179.             <E CAPTION="noframes"        VALUE='<xhtml:noframes'        DESC='<FONT COLOR="#660000"><B><noframes</B> <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B> <B>dir</B>="ltr|rtl" <B>lang</B>="languagecode"></noframes></B></FONT>'/>
  180.         </CAT>
  181.         <CAT CAPTION="Lists" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags for the definition of <B>lists</B></FONT>'>
  182.             <E CAPTION="<dir></dir>"    VALUE='<dir></dir>'        DESC='<FONT COLOR="#660000"><B><dir></dir></B></FONT>'/>
  183.             <E CAPTION="<menu></menu>"    VALUE='<menu></menu>'    DESC='<FONT COLOR="#660000"><B><menu></menu></B></FONT>'/>
  184.         </CAT>
  185.         <CAT CAPTION="Applets" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags are used within the context of an applet</FONT>'>
  186.             <E CAPTION="param (HTML Applet)"    VALUE='<param'        DESC='<B><param</B> <B>name</B>="name" <B>value</B>="value" <B>valuetype</B>="data|ref|object" <B>type</B>="mimetype" <B>id</B>="id"<B>></B>'/>
  187.         </CAT>
  188.     </CAT>
  189.   </CAT>
  190.  
  191.   <CAT CAPTION="Elements in the Frameset model" ICON="Images/frame_16.bmp" DESC='Additional tags that are defined in the <B>frameset</B> (but not the transitional or strict) DTD'>
  192.     <CAT CAPTION="Frameset Composition" ICON="Images/Deprecated.bmp" DESC='<FONT COLOR="#660000"><B>Deprecated:</B> Tags that describe the main <B>structure</B> of a frameset document</FONT>'>
  193.         <E CAPTION="frame"            VALUE='<xhtml:frame'            DESC='<FONT COLOR="#660000"><B><frame</B> <B>src</B>="url" <B>name</B>="window name" <B>frameborder</B>="0|1" <B>scrolling</B>="auto|yes|no" <B>noresize</B> <B>marginwidth</B>="pixels" <B>marginheight</B>="pixels" <B>bordercolor</B>="#hexvalue|colorname" <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></B></FONT>'/>
  194.         <E CAPTION="frameset"        VALUE='<xhtml:frameset'        DESC='<FONT COLOR="#660000"><B><frameset</B> <B>rows</B>="x1,x2,..." <B>cols</B>="x1,x2,..." <B>id</B>="id" <B>class</B>="class" <B>style</B>="style" <B>title</B>="title"<B>></frameset></B></FONT>'/>
  195.     </CAT>
  196.   </CAT>
  197.  
  198. </CAT>
  199.  
  200.